Welcome![Sign In][Sign Up]
Location:
Search - linux init

Search list

[Linux-Unixmodule-init-tools-3.2.tar

Description: module-init-tools-3.2.tar.gz linux内核小工具
Platform: | Size: 197577 | Author: comingday | Hits:

[Linux-Unixinit

Description: Linux的初始化源代码,清楚地描述了Linux地启动过程
Platform: | Size: 18825 | Author: Jessica | Hits:

[Linux-UnixLinux-init

Description: Linux的启动过程主要分成两个阶段:    1.启动内核。在这个阶段,内核装入内存并在初始化每个设备驱动器时打印信息。    2.执行程序init。装入内核并初始化设备后,运行init程序。init程序处理所有程序的启动,包括重要系统程序和其它指定在启动时装入的软件。
Platform: | Size: 14378 | Author: tk | Hits:

[Linux-Unixinit

Description: linux 得初始化。-initialization.
Platform: | Size: 13699 | Author: 正飞 | Hits:

[Linux-UnixLinux-init-process-analyse

Description: LINUX启动时,第一个运行的进程是INIT进程。 本文主要对INIT进程作了详细分析。
Platform: | Size: 382750 | Author: 啊 廖 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Game Server Simulator石器时代Linux服务端

Description: 7.5的石器时代服务端,以下是架设说明 1.这个包中有两个小包,一个是saserver.tar.gz,这个是已经配置好的直接下下来就可运行的完整服务器端,一个是tool.rar,里面是登陆器和附带的一个内码转换的小工具,因为数据库是繁体的,所以要用这个工具转换。具体方法下面会说。 2.本服务器端要求架设的人有一定Linux基础,如果有看不懂的地方建议先补习一下Linux基本操作。 3.先将saserver.tar.gz拷到linux系统下,然后解压。(一定要在Linux下解压,在windows下解压的话用不了不怪我) 4.在Linux系统下面,进入刚才解压出来的saserver目录,然后在进入saac目录,输入./saac命令(主意下面所有指令都需要root权限!)。等运行稳定,即出现: start loop xxxxxxDeadline 2005xxxxx 表示程序已经启动完全。 5.重新开个console,还是在saserver目录的saac目录下面,输入./acwk -a localhost -c 123,等到出现connect ac..就表示启动完了 6.再开一个console,在saserver目录的gmsv目录下面,输入./gmsv,等待出现: Player=0 PM:0 B:0 Sys:.............的时候,表示服务器已经完全启动完毕。 7.程序的启动顺序千万不能变! 8.运行中可能遇到的错误,在运行./saac的时候,如果出现:cannot init tcpstruct错误,一般来说是由于服务器瞬间负载过高造成的,只要反复尝试,直到运行成功即可。也有可能是机器的内存或者swap太小。 在运行./gmsv中也可能出现:Received signal:xx,或者killed或者“被*”错误,都跟saac一个原因,处理方法和处理saac的一样 9.到目前位置服务器已经就位了,可以连接了,请将tool.rar包里面的sa_7505.exe和servlist.txt拷贝到石器客户端,然后修改servlist.txt里面0=测试服务器1,1192.168.1.100,9065中的1192.168.1.100为“1你的IP地址”(第一个1不能去),然后保存,这样你的客户端就能连接上服务器了。
Platform: | Size: 16584032 | Author: mmmwkmw | Hits:

[Linux-Unixinit

Description: linux 得初始化。-initialization.
Platform: | Size: 13312 | Author: 正飞 | Hits:

[OS programshellccc

Description: 系统启动过程中内核(/unix,/vmunix,/boot/zImage等)将加载至内存直到系统关机,在启动 过程中,init将扫描/etc/inittab,在此文件中将列出可用的终端及其属性,一旦找到活动 的终端,getty(mingetty,LINUX)会给出login提示符和口令,确认完成后将启动相应的 shell(/etc/passwd文件中用户的SHELL域)-boot process kernel (/ unix,/vmunix,/boot/zImage) to be loaded memory system shutdown until the start process, the init will scan/etc/inittab, this document will list of available terminals and attributes, once found the terminal , getty (mingetty and LINUX) will be given prompt and login passwords, recognizing completion, will start the corresponding shell (/ etc/passwd file users in the domain SHELL)
Platform: | Size: 808960 | Author: zly | Hits:

[Embeded Linuxuda1341

Description: 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊-Linux kernel 2.6.20 based on the sound chip UDA1341 sound card driver in the adoption of s3c2410 cpu debugging. Usage: source tree root under the new local directory, and unzip to that directory, edit the Makefile under the root source file 559 acts: vmlinux-dirs: = $ (patsubst /,,$( filter /, $ (init-y) $ (init-m) $ (core-y) $ (core-m) $ (drivers-y) $ (drivers-m) $ (net-y) $ (net- m) $ (libs-y) $ (libs-m))) local/can be compiled, but is a module compiler, the compiler better not forget that after the insmod into the kernel ah
Platform: | Size: 23552 | Author: 杨少英 | Hits:

[Linux-Unixloader2

Description: linux 安装程序,包括只要简单修改就可以制作出一款发行版的linux.-linux installation procedures, including a simple modification can produce a release version of linux.
Platform: | Size: 2528256 | Author: zhangguofu | Hits:

[Linux-Unixmodule-init-tools-3.2.tar

Description: module-init-tools-3.2.tar.gz linux内核小工具-module-init-tools-3.2.tar.gz linux kernel Gadgets
Platform: | Size: 197632 | Author: comingday | Hits:

[Linux-Unixinit

Description: Linux的初始化源代码,清楚地描述了Linux地启动过程-Linux initialization source code, a clear picture of Linux to start the process of
Platform: | Size: 18432 | Author: Jessica | Hits:

[Embeded Linuxmylinux-2[1].6.18_ok

Description: zd1211无线网卡驱动源代码,网卡为USB接口 你可以把摄像头的驱动在编译内核的时候直接编译进去,然后把内核烧进去,以后我们每次执行应用程序就可以了, 也可以把要执行的应用程序直接写在init.sh里边看一下,那就以后连好摄像头然后一开机,摄像头就会把采集到的图象显示在屏上。-zd1211 wireless card driver source code, network adapter for the USB interface you can put the camera driver in the kernel, when compiled directly into the kernel and then burned into the future, every time we can execute applications, it can be to direct the implementation of applications written in init.sh look inside, then even better after the camera and then one boot, the camera would capture the image displayed on the screen.
Platform: | Size: 53248 | Author: 徐方艾 | Hits:

[Linux-UnixLinux-init

Description: Linux的启动过程主要分成两个阶段:    1.启动内核。在这个阶段,内核装入内存并在初始化每个设备驱动器时打印信息。    2.执行程序init。装入内核并初始化设备后,运行init程序。init程序处理所有程序的启动,包括重要系统程序和其它指定在启动时装入的软件。 -Linux
Platform: | Size: 14336 | Author: tk | Hits:

[Linux-UnixLinux-init-process-analyse

Description: LINUX启动时,第一个运行的进程是INIT进程。 本文主要对INIT进程作了详细分析。-LINUX started, the first running process is the INIT process. In this paper, INIT process of detailed analysis.
Platform: | Size: 382976 | Author: 啊 廖 | Hits:

[Linux-Unixiscsi-init.tar

Description: iscsi-init LINUX boot
Platform: | Size: 27648 | Author: 杜洪飞 | Hits:

[Linux-Unixkernel-init

Description: 老外制作的linux系统的启动相关的过程讲稿,希望能对你认识linux系统有帮助。-Produced by foreigners linux system to start the process of the relevant script, hoping to understand the linux system on your help.
Platform: | Size: 565248 | Author: | Hits:

[Otherlinux-Init-Code-U-boot

Description: linux启动源代码-U_BOOT 所有或部分包含linux启动时的源代码,仅供参考-linux setup code- u_boot,all of or part of linux setuping up source file ,share it!
Platform: | Size: 49881088 | Author: Driver | Hits:

[OtherLinux-System-Init-process

Description: 讲述Linux系统的初始化过程,即Linux系统的启动过程-Linux Init
Platform: | Size: 516096 | Author: spring | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net